home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 792 b | 50 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWCollec.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWCOLLEC_H
- #define FWCOLLEC_H
-
- #if FW_PRECOMPILE_PRIVATE_HEADERS
-
- #ifndef PRLIST_H
- #include "PRList.h"
- #endif
-
- #ifndef PRORDCOL_H
- #include "PROrdCol.h"
- #endif
-
- #ifndef PRVALLNK_H
- #include "PRValLnk.h"
- #endif
-
- #endif
-
- #ifndef SLCOLLEC_H
- #include "SLCollec.h"
- #endif
-
- #ifndef SLSRTARR_H
- #include "SLSrtArr.h"
- #endif
-
- #ifndef FWORDCOL_H
- #include "FWOrdCol.h"
- #endif
-
- #ifndef FWTCOLL_H
- #include "FWTColl.h"
- #endif
-
- #ifndef FWTMAP_H
- #include "FWTMap.h"
- #endif
-
- #endif
-